home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
mm4emx11.zip
/
mdm.imp
< prev
next >
Wrap
Text File
|
1994-02-19
|
721b
|
25 lines
;---------------------------------------------------
; mdm.imp -- import list file to interface mdm.dll
;
; using emx 0.8h
; data gathered with exemap
;
;
; Marc E.E. van Woerkom, 2/94
;
mciSendCommand mdm 1 5
mciSendString mdm 2 5
mciGetErrorString mdm 3 3
mciQueryDefaultConnections mdm 6 ?
mciDefaultConnection mdm 7 ?
mciQueryConnections mdm 8 ?
mciConnection mdm 9 ?
mciSetSysValue mdm 10 2
mciQuerySysValue mdm 11 2
mciMakeGroup mdm 12 ?
mciDeleteGroup mdm 13 ?
mciGetDeviceID mdm 16 1
mdmDriverNotify mdm 17 ?